GtkApplication: change the accel prefix we use
authorRyan Lortie <desrt@desrt.ca>
Fri, 20 Jan 2012 18:56:02 +0000 (13:56 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 23 Jan 2012 16:17:07 +0000 (11:17 -0500)
commit880daf8bb2d13a8f5188766f5fcdb61ff5552b20
tree780c38100faa6e3c9d852863122f8fac3d14a6d6
parente34589ddeab1419a9124062a93ff483c3843a218
GtkApplication: change the accel prefix we use

GtkApplication adds to the global accel map using the prefix <Actions>
which is also used by GtkAction.  This causes GtkApplicationWindow to
try to parse GtkAction-added accels as if they were its own (which
fails).

Switch to a different namespace -- <GAction>/.

https://bugzilla.gnome.org/show_bug.cgi?id=668367
gtk/gtkaccelmap.c
gtk/gtkapplicationwindow.c